home *** CD-ROM | disk | FTP | other *** search
- //////////////////////////////////////////////////////////////////////
- // This is a driver ViewKit program generated by the
- // ICS builderXcessory (BX)
- //
- // Builder Xcessory 3.0, ViewKit Code Generator 0.5
- //////////////////////////////////////////////////////////////////////
-
-
- #include <Vk/VkApp.h>
-
- #include "MainWindow0.h"
-
- void main ( int argc, char **argv )
- {
- VkApp *app;
-
- app = new VkApp("Stopwatch", &argc, argv);
-
- VkSimpleWindow *topLevelShell = new MainWindow0("topLevelShell");
- topLevelShell->show();
-
- app->run ();
- }
-